home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Power Tools
/
Programmer Power Tools.iso
/
progjrn
/
pj_6_4.arc
/
SMLTPL.DEF
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1988-04-28
|
274 b
|
19 lines
NAME Smltpl
DESCRIPTION 'Windows small memory model template'
STUB 'Winstub.exe'
HEAPSIZE 1024
STACKSIZE 4096
CODE MOVEABLE
DATA MOVEABLE MULTIPLE
SEGMENTS
_TEXT PRELOAD MOVEABLE
_INIT PRELOAD MOVEABLE DISCARDABLE
EXPORTS
MainWndProc @1